home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / btrieve / wbtrex.exe / WBTREX.TXT < prev   
Text File  |  1993-09-17  |  3KB  |  73 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              Btrieve for Windows -- Example Program
  5. DOCUMENT ID:        TID000438
  6. DOCUMENT REVISION:  A
  7. DATE:               01JUL93
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         WBTREX.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. Btrieve for Windows 5.10
  14.  
  15. ABSTRACT:
  16. This file contains an example program using Btrieve for Windows.  It is a
  17. teaching tool.  This software contains a disclaimer.
  18. _________________________________________________________________
  19.  
  20. DISCLAIMER
  21. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL. 
  22. NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. 
  23. HOWEVER, THE INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION
  24. ONLY.  NOVELL MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS
  25. INFORMATION.
  26. _________________________________________________________________
  27.  
  28. Self-Extracting File Name:  WBTREX.EXE
  29.  
  30. Files Included     Size     Date        Time
  31.  
  32.   WBTREX.TXT          (This File)
  33.    BOOKS.DAT       6144    4-28-24      5:31p
  34.  BTRIEVE.ICO        766    4-28-24      5:31p
  35.    DIALOGS.C       4867    4-28-24      5:31p
  36.  DIALOGS.OBJ       6571    4-28-24      5:31p
  37.     EXTERN.H        506    4-28-24      5:31p
  38.    GLOBALS.H       1057    4-28-24      5:31p
  39.       INIT.C       2320    4-28-24      5:31p
  40.     INIT.OBJ       4980    4-28-24      5:31p
  41.     SAMPLE.C      12088    4-28-24      5:31p
  42.   SAMPLE.DEF        637    4-28-24      5:31p
  43.   SAMPLE.EXE      37992    4-28-24      5:31p
  44.     SAMPLE.H        514    4-28-24      5:31p
  45.   SAMPLE.LNK        103    4-28-24      5:31p
  46.   SAMPLE.MAK        573    4-28-24      5:31p
  47.   SAMPLE.OBJ      10511    4-28-24      5:31p
  48.    SAMPLE.RC       2546    4-28-24      5:31p
  49.   SAMPLE.RES       1347    4-28-24      5:31p
  50.  
  51.  
  52. The SAMPLE program is a sample application for the Windows version of
  53. Btrieve.
  54.  
  55. The program performs a limited number of operations on a sample data file
  56. "BOOKS.DAT" and simply displays the returned data in the main window.
  57.  
  58. To run the program, first be sure you have copied the Btrieve DLL, and the
  59. SAMPLE.EXE where Windows can find them.  Start the sample program, and
  60. select the FileName menuitem from the main menu.  A dialog box will appear
  61. asking you for the filename.  The sample data file does not have to be in
  62. the current directory, and you may give a full path.  When the file is
  63. successfully opened, a modeless dialog box will pop up with a listbox of
  64. Btrieve operations which you can select from.  Select the default "Get
  65. First" and click on the Execute in the main menu to execute the operation
  66. and display data returned. You can then select another operation from the
  67. listbox and execute it.
  68.  
  69. To quit, select close from the operations list, and execute the operation.
  70. Once the file is closed, you can exit the program through the program's
  71. system menu.
  72.  
  73.